home *** CD-ROM | disk | FTP | other *** search
- package hhapplet;
-
- import java.awt.Event;
- import java.awt.Scrollbar;
-
- class ForAppleList$OurScrollbar extends Scrollbar {
- // $FF: synthetic field
- final ForAppleList this$0;
-
- public ForAppleList$OurScrollbar(ForAppleList var1, int var2) {
- super(var2);
- (this.this$0 = var1).getClass();
- }
-
- public boolean mouseUp(Event var1, int var2, int var3) {
- this.this$0.UpdateList();
- return super.mouseUp(var1, var2, var3);
- }
- }
-